/*
 *  页面重置样式
 */
/*
 *  过度和动画样式
 */
/*选择样式*/
/*
 *  弹性布局
 */
.main-wrap {
  width: 980px;
  margin: 0 auto;
}

.center-img {
  display: block;
  margin: 0 auto;
}

.scroll-active.active .top-transition,
.scroll-active.active .left-transition,
.scroll-active.active .right-transition,
.scroll-active.active .scale-transition,
.scroll-active.active .bottom-transition {
  opacity: 1;
}

.scroll-active.active .top-transition {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.scroll-active.active .bottom-transition {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.scroll-active.active .left-transition,
.scroll-active.active .right-transition {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.scroll-active.active .scale-transition {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scroll-active.active .employee-list-box li.one,
.scroll-active.active .employee-list-box li.two,
.scroll-active.active .employee-list-box li.three,
.scroll-active.active .employee-list-box li.four,
.scroll-active.active .employee-list-box li.five,
.scroll-active.active .employee-list-box li.six {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.top-transition {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.bottom-transition {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.left-transition {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.right-transition {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

.scale-transition {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/**
 *  选择页面的列表样式
 **/
.chose-list.about li a {
  color: #666;
}

.chose-list li {
  float: left;
  margin-right: 40px;
}

.chose-list li:last-child {
  margin-right: 0;
}

.chose-list li a {
  font-size: 16px;
  color: #effbff;
}

.chose-list li.active a {
  font-weight: bold;
}

.section {
  position: relative;
  min-width: 1000px;
}

.section-second {
  background: url("/websiteRedesign/img/img/index/second-bg.png") no-repeat center top;
  height: 652px;
}

.section-third {
  background: #fff;
  height: 648px;
}

.section-fourth {
  background: url("/websiteRedesign/img/img/index/fourth-bg.png") no-repeat center top;
  height: 650px;
}

.section-fifth {
  padding-bottom: 80px;
}

.section-about-second {
  background: url("/websiteRedesign/img/img/aboutUs/second-bg.png") no-repeat center top;
  height: 587px;
  overflow: hidden;
}

.section-about-third {
  height: 408px;
  background: #fff;
}

.section-about-fourth {
  height: 650px;
  background: #f5f5f5;
}

.section-about-fifth {
  height: 1055px;
  background: #fff;
}

.section-about-sixth {
  background: #e5e5e5;
}

.section-introduction-second {
  background: url("/websiteRedesign/img/introduction/index-bg.png") no-repeat center top;
  height: 493px;
}

.customer-list li {
  float: left;
  margin-right: 7px;
  margin-bottom: 8px;
}

.customer-list li img {
  display: block;
}

.customer-list li:nth-child(5n) {
  margin-right: 0;
}

.section-study-second {
  background: #43c054;
  height: 587px;
  overflow: hidden;
}

.study-title {
  font-size: 16px;
  color: #fff;
}

.study-title dt {
  font-size: 24px;
}

.case-carsou {
  overflow: hidden;
}

.case-carsou .pre-btn,
.case-carsou .next-btn {
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.case-carsou .pic-box li.active {
  box-shadow: 0px 28px 80px 0px;
}

.study-carsoure {
  width: 100%;
  height: 330px;
  position: relative;
}

.study-carsoure .pre-btn,
.study-carsoure .next-btn {
  height: 100%;
  position: absolute;
  line-height: 330px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.study-carsoure .pre-btn .iconfont,
.study-carsoure .next-btn .iconfont {
  font-size: 48px;
}

.study-list li {
  border-radius: 4px;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.8);
  -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, 0.3));
}

.study-list li.active:hover .study-img .mask {
  display: block;
}

.study-list li .study-img {
  height: 87%;
  position: relative;
  cursor: pointer;
  background: #fff;
}

.study-list li .study-img>img {
  display: block;
  height: 100%;
  width: 100%;
}

.study-list li .study-img .mask {
  background: rgba(51, 51, 51, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.study-list li .study-img .mask>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 10px;
}

.study-list li .title-box {
  height: 13%;
  position: relative;
  background: #fff;
}

.study-list li .title-box .title {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**
 *  轮播木马的样式
 **/
.carsoue .pre-btn {
  left: 0;
}

.carsoue .next-btn {
  right: 0;
}

.carsoue .pic-box {
  width: 100%;
  height: 100%;
}

.carsoue .pic-box li {
  position: absolute;
}

.section-diagnose-second {
  height: 400px;
  background-color: #ddd;
  overflow: hidden;
}

.section-diagnose-third {
  height: 408px;
  background: #fff;
}

.section-diagnose-fourth {
  height: 650px;
  background: #f5f5f5;
}

.section-diagnose-fifth {
  height: 1055px;
  background: #fff;
}

.diagnose-title {
  font-size: 16px;
  color: #000;
}

.diagnose-title dt {
  font-size: 24px;
}

.section-case-second {
  background: url("/websiteRedesign/img/case/second-bg.png") no-repeat center top;
  height: 512px;
}

.section-case-third {
  background: #fff;
  height: 388px;
}

.big-case-list {
  width: 100%;
}

.big-case-list li {
  float: left;
  width: 25%;
  height: 284px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.big-case-list li .icon-xiangshang1-copy {
  font-size: 30px;
  display: none;
}

.big-case-list li.one {
  background: url("/websiteRedesign/img/case/fourth-big-case-1-bg.png") no-repeat left top;
}

.big-case-list li.one p {
  color: #fff;
}

.big-case-list li.two {
  border: 1px solid #4bc355;
}

.big-case-list li.three {
  background: url("/websiteRedesign/img/case/fourth-big-case-3-bg.png") no-repeat left top;
}

.big-case-list li.three p {
  color: #fff;
}

.big-case-list li.four {
  border: 1px solid #009bda;
}

.big-case-list li.one.active,
.big-case-list li.two.active,
.big-case-list li.three.active,
.big-case-list li.four.active {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.big-case-list li.one.active .icon-xiangshang1-copy,
.big-case-list li.two.active .icon-xiangshang1-copy,
.big-case-list li.three.active .icon-xiangshang1-copy,
.big-case-list li.four.active .icon-xiangshang1-copy {
  display: block;
}

.big-case-list li.one .icon-xiangshang1-copy,
.big-case-list li.three .icon-xiangshang1-copy {
  color: #fff;
}

.big-case-list li.one.active .big-case-list-bg,
.big-case-list li.three.active .big-case-list-bg {
  display: block;
}

.big-case-list li .big-case-list-bg {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.big-show-case-list li {
  display: none;
}

.big-show-case-list li img {
  display: block;
  width: 100%;
}

.big-show-case-list li.active {
  display: block;
}

.case-icon-list {
  font-size: 0;
  text-align: center;
}

.case-icon-list li {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  margin-bottom: 28px;
  cursor: pointer;
}

.case-icon-list li:nth-child(10n) {
  margin-right: 0;
}

.case-icon-list li:last-child {
  margin-right: 0;
}

.case-icon-list li .iconfont {
  font-size: 28px;
}

.case-icon-list li.active {
  color: #4abe5a;
  border: 1px solid #4abe5a;
}

.case-icon-list li.disabled {
  background: #eeeeee;
  line-height: 100px;
}

.case-list {
  height: 370px;
  width: 100%;
  position: relative;
}

.case-list .case-carsou {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.case-list .case-carsou img {
  display: block;
  width: 100%;
}

.introduction-2-ban-list li div img {
  display: block;
}

.introduction-ban-list li {
  padding: 0 13px;
  float: left;
  position: relative;
}

.introduction-ban-list li .box {
  width: 218px;
  height: 267px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.introduction-ban-list li .box:hover {
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  transform: translateY(-14px);
  box-shadow: 0 6px 16px 4px rgba(0, 88, 124, 0.3);
}

.introduction-ban-list .intro-btn {
  width: 160px;
  height: 40px;
  background: #43c054;
  text-align: center;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 30px;
  border: 1px solid #5fb33f;
}

.introduction-ban-list .bdb-guide img {
  margin: -18px 0 0 20px;
}

.edition-box {
  line-height: 52px;
  text-align: center;
}

.edition-box .hover-color:hover {
  color: #5fb33f;
}

.up-edition-box {
  line-height: 80px;
  border-top: 1px dashed #d2d2d2;
  font-size: 0;
  text-align: left;
  margin-top: 45px;
}

.edition-list {
  margin-right: 15px;
}

.edition-list li {
  float: left;
  margin-right: 10px;
}

.edition-list li a {
  display: block;
  color: #333;
}

.edition-list li.dot {
  width: 1px;
  height: 14px;
  background: #333;
  margin-top: 34px;
}

.edition-list li:last-child {
  margin-left: 0;
}

.concact-box {
  border-bottom: 1px solid #d2d2d2;
}

.concact-btn {
  width: 120px;
  height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #4abe5a;
  border-radius: 4px;
  border: 1px solid #36aa46;
  outline: 0 none;
  cursor: pointer;
}

.cancact-control {
  width: 180px;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.concact-list-box {
  width: 880px;
  padding-top: 12px;
  color: #333;
}

.concact-list-box .title {
  font-size: 18px;
}

.concact-form-list li {
  float: left;
  font-size: 0;
  margin-right: 35px;
}

.concact-form-list li .label-control {
  font-size: 14px;
  margin-right: 8px;
}

.concact-form-list li:last-child {
  margin-right: 0;
}

.employee-intro {
  margin: 50px 25px 0 30px;
}

.employee-intro .iconfont-box {
  margin-right: 5px;
}

.employee-intro .iconfont-box .iconfont {
  font-size: 28px;
  position: relative;
  top: -8px;
}

.employee-intro .intro-box {
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.employee-intro .intro-box dt {
  font-size: 20px;
}

.employee-intro .intro-box dd {
  line-height: 30px;
}

.employee-list-box {
  height: 812px;
}

.employee-list-box li {
  float: left;
  height: 203px;
  width: 33.3%;
}

.employee-list-box li>img {
  display: block;
}

.employee-list-box li.one {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.employee-list-box li.two {
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.employee-list-box li.three {
  -webkit-transition: all 0.6s ease 1.2s;
  -moz-transition: all 0.6s ease 1.2s;
  -o-transition: all 0.6s ease 1.2s;
  -ms-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.employee-list-box li.four {
  -webkit-transition: all 0.6s ease 1.8s;
  -moz-transition: all 0.6s ease 1.8s;
  -o-transition: all 0.6s ease 1.8s;
  -ms-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.employee-list-box li.five {
  -webkit-transition: all 0.6s ease 2.4s;
  -moz-transition: all 0.6s ease 2.4s;
  -o-transition: all 0.6s ease 2.4s;
  -ms-transition: all 0.6s ease 2.4s;
  transition: all 0.6s ease 2.4s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.employee-list-box li.six {
  -webkit-transition: all 0.6s ease 3s;
  -moz-transition: all 0.6s ease 3s;
  -o-transition: all 0.6s ease 3s;
  -ms-transition: all 0.6s ease 3s;
  transition: all 0.6s ease 3s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.best-driver {
  background: #f5f5f5;
  font-size: 22px;
}

.best-driver .text-box {
  padding: 114px 0 0 65px;
}

.best-driver .img-box>img {
  display: block;
}

.driver-list li {
  float: left;
  margin-right: 104px;
}

.driver-list li .driver-info {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

.driver-list li .img-box {
  width: 251px;
  position: relative;
  cursor: pointer;
}

.driver-list li .img-box .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
}

.driver-list li .img-box .img>img {
  display: block;
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.driver-list li .img-box .img:hover>img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.driver-list li:last-child {
  margin-right: 0;
}

.driver-list li.degree-2 .img-box:after,
.driver-list li.degree-3 .img-box:after,
.driver-list li.degree-1 .img-box:after {
  position: absolute;
  content: '';
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 4;
}

.driver-list li.degree-1 .img-box:after {
  background-image: url("/websiteRedesign/img/driver/degree-1.png");
  top: -36px;
  left: 50%;
  width: 91px;
  height: 45px;
  margin-left: -46px;
}

.driver-list li.degree-2 .img-box:after {
  background-image: url("/websiteRedesign/img/driver/degree-2.png");
  top: -32px;
  left: 50%;
  width: 50px;
  height: 40px;
  margin-left: -25px;
}

.driver-list li.degree-3 .img-box:after {
  background-image: url("/websiteRedesign/img/driver/degree-3.png");
  top: -32px;
  left: 50%;
  width: 50px;
  height: 40px;
  margin-left: -25px;
}

.driver-list li.big .img-box {
  width: 270px;
}

.list-circle {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  text-align: center;
  line-height: 153px;
  color: #828282;
}

.list-circle .iconfont {
  font-size: 102px;
}

.fourth-list-img li {
  float: left;
  margin-right: 40px;
  width: 300px;
  height: 380px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.fourth-list-img li:hover .list-circle {
  color: #43c054;
  border: 1px solid #43c054;
  background: #ffffff;
}

.fourth-list-img li.active:before {
  content: '';
  width: 60px;
  height: 61px;
  background: url("/websiteRedesign/img/com/hot.png") no-repeat left top;
  position: absolute;
  right: -15px;
  top: -18px;
}

.fourth-list-img li img {
  display: block;
}

.fourth-list-img li:last-child {
  margin-right: 0;
}

.fourth-list-img li .title {
  height: 60px;
  line-height: 60px;
  color: #43c054;
  font-size: 18px;
}

.fourth-list-img li .content {
  padding: 26px 0 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.fourth-list-img li .footer {
  padding-top: 22px;
  background: #f7f8f9;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 117px;
}

.head-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.bottom-dot {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}

/**
 * dot的样式
 **/
.dot-list {
  font-size: 0;
}

.dot-list li {
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  width: 35px;
  cursor: pointer;
  height: 9px;
  margin-right: 6px;
}

.dot-list li:last-child {
  margin-right: 0;
}

.dot-list li.active {
  background: rgba(0, 0, 0, 0.4);
}

/**
 *  banner列表的样式
 **/
.banner-list-box {
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.banner-list {
  height: 100%;
}

.banner-list li {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 71px 0 49px;
  position: absolute;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}

.banner-list li.one {
  background-image: url("/websiteRedesign/img/index-banner-one.png");
  z-index: 3;
}

.banner-list li.two {
  background-image: url("/websiteRedesign/img/second-banner-two.png");
  z-index: 2;
}

.banner-list li.three {
  background-image: url("/websiteRedesign/img/third-banner-three.png");
  z-index: 1;
}

.banner-list li.active {
  visibility: visible;
  opacity: 1;
}

.banner-list li.active .left-text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.banner-list li.active .bottom-img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner-list li.active .right-img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.banner-list li.active .three-big-img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.left-text {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.three-big-img,
.right-img,
.bottom-img {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0;
}

.bottom-img {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.right-img {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.three-big-img {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.three-big-img {
  height: 100%;
  background: url(/websiteRedesign/img/third-banner-logo.png) no-repeat left 92px;
  top: 0;
  right: 0;
  width: 61%;
  position: absolute;
  max-width: 1171px;
}

.banner-text {
  color: #fefeff;
}

.banner-text dt {
  font-size: 38px;
}

.banner-text dd {
  font-size: 26px;
}

.banner-info {
  color: #07788b;
  font-size: 14px;
}

.banner-btn {
  width: 170px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.banner-btn.blue {
  background: #0e8fdf;
}

.banner-btn.cyan {
  background: #08fff6;
  color: #2877f3;
}

.banner-text {
  display: block;
}

.left-text {
  padding-top: 70px;
}

/**
 *  实现推广高效快准狠三部曲的样式
 **/
.show-third-turn-banner {
  height: 230px;
  overflow: hidden;
}

.show-third-turn-banner .third-turn-banner-list li {
  width: 980px;
  height: 230px;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
}

.show-third-turn-banner .third-turn-banner-list li img {
  display: block;
}

.show-third-turn-banner .third-turn-banner-list li.one {
  background-image: url("/websiteRedesign/img/index/third-ban-1.png");
}

.show-third-turn-banner .third-turn-banner-list li.two {
  background-image: url("/websiteRedesign/img/index/third-ban-2.png");
}

.show-third-turn-banner .third-turn-banner-list li.three {
  background-image: url("/websiteRedesign/img/index/third-ban-3.png");
}

.show-success-case-list {
  position: relative;
}

.show-success-case-list .success-case-list-bg {
  position: absolute;
  width: 829px;
  height: 456px;
  z-index: 2;
  left: -108px;
  top: 0;
}

.success-case-list {
  height: 460px;
  width: 100%;
  position: relative;
  z-index: 4;
}

.success-case-list li {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 5;
}

.success-case-list li.active .case-list-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.success-case-list li:first-child {
  z-index: 3;
}

@-webkit-keyframes switchPic {
  0% {
    opacity: 0;
  }

  16.6% {
    opacity: 1;
  }

  33.2% {
    opacity: 1;
  }

  49.8% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes switchPic {
  0% {
    opacity: 0;
  }

  16.6% {
    opacity: 1;
  }

  33.2% {
    opacity: 1;
  }

  49.8% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

.case-list-img-box {
  margin-left: -1px;
  margin-top: 21px;
}

.case-list-img-box.first {
  opacity: 0;
}

.case-list-img-box.first.case-animated {
  -webkit-animation: switchPic 15s linear 5s infinite;
  -moz-animation: switchPic 15s linear 5s infinite;
  -o-animation: switchPic 15s linear 5s infinite;
  -ms-animation: switchPic 15s linear 5s infinite;
  animation: switchPic 15s linear 5s infinite;
}

.case-list-img-box.second {
  opacity: 0;
}

.case-list-img-box.second.case-animated {
  -webkit-animation: switchPic 15s linear 10s infinite;
  -moz-animation: switchPic 15s linear 10s infinite;
  -o-animation: switchPic 15s linear 10s infinite;
  -ms-animation: switchPic 15s linear 10s infinite;
  animation: switchPic 15s linear 10s infinite;
}

.case-list-text {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}

/**
 * text的样式
 **/
.index-tip {
  color: #fefeff;
}

.index-tip dt {
  font-size: 38px;
}

.index-tip dd {
  font-size: 26px;
}

.index-tip-info {
  color: #07788b;
  font-size: 14px;
}

.index-tip-info.two {
  color: #1253b9;
}

.index-tip-info.three {
  color: #404581;
}

.index-bar {
  height: 21px;
  width: 1px;
  background: #dcdcdc;
  margin: 0 auto;
}

.index-bar.big {
  height: 38px;
}

.index-intro-tip {
  color: #999999;
  font-size: 16px;
}

.index-intro-tip dt {
  color: #333333;
  font-size: 36px;
}

.index-intro-tip.light {
  color: #98ddf9;
}

.index-intro-tip.light dt {
  color: #fffefe;
}

.index-page {
  font-size: 16px;
  text-indent: 2em;
  line-height: 29px;
}

.banner-page {
  font-size: 14px;
  text-indent: 2em;
  width: 580px;
  padding: 110px 40px 0;
  line-height: 24px;
}

.success-tip {
  width: 282px;
}

.success-tip dt {
  background: url("/websiteRedesign/img/com/case-btn-bg.png") no-repeat left top;
  width: 151px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #004c6b;
  font-size: 24px;
  margin: 0 auto 25px;
}

.success-tip dd {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.second-tip {
  color: #ffffff;
  font-size: 16px;
}

.second-tip dt {
  font-size: 24px;
}

.second-tip-page {
  color: #ffffff;
  font-size: 16px;
  text-indent: 2em;
}

.company-desc .second-tip,
.company-desc .second-tip-page {
  color: #666;
}

.second-intro-tip {
  color: #999;
  font-size: 16px;
}

.second-intro-tip dt {
  color: #424343;
  font-size: 24px;
}

.second-intro-tip-icon {
  width: 201px;
  height: 6px;
  background: url("/websiteRedesign/img/com/second-intro-icon.png") no-repeat left top;
  margin: 0 auto;
}

.second-intro-core {
  padding: 0 10px 18px;
  border-bottom: 1px dashed #e5e5e5;
}

.second-intro-core dt {
  margin-right: 30px;
  float: left;
}

.second-intro-core dd {
  overflow: hidden;
}

.second-intro-core .core-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
}

.second-intro-core .core-info {
  color: #666;
  font-size: 14px;
}

.second-icon-list {
  margin-top: 28px;
  text-align: center;
  font-size: 0;
}

.second-icon-list li {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #43c054;
  border-radius: 4px;
  color: #43c054;
  vertical-align: top;
  margin-right: 35px;
}

.second-icon-list li:last-child {
  margin-right: 0;
}

.second-icon-list li .iconfont {
  font-size: 30px;
}

.second-icon-list li p {
  font-size: 14px;
}

.area-info-box {
  padding-bottom: 30px;
}

.area-info {
  color: #666;
  padding-top: 25px;
}

.area-info li {
  margin-bottom: 10px;
}

.area-info li .iconfont {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
}

.area-info li:last-child {
  margin-bottom: 0;
}

.good {
  width: 470px;
  height: 250px;
  border: 1px solid #eeeeee;
  background: #f7f8f9;
  position: relative;
  overflow: hidden;
}

.good .summary {
  padding: 15px 0 18px 17px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.good .summary .summary-img {
  margin-right: 22px;
}

.good .summary .summary-text {
  overflow: hidden;
  font-size: 14px;
  padding-top: 18px;
}

.good .summary .summary-text dt {
  font-size: 18px;
}

.good .summary .summary-text dt>span {
  font-size: 14px;
}

.good .summary .summary-text dd {
  color: #666;
}

.good .detail {
  font-size: 14px;
  padding: 15px 35px 0 17px;
  line-height: 26px;
}

.good .detail h3 {
  font-weight: normal;
}

.good .detail p {
  color: #666;
}

.good.new:before,
.good.hot:before {
  content: '';
  width: 60px;
  height: 61px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  top: -18px;
}

.good.new:before {
  background-image: url("/websiteRedesign/img/com/new.png");
}

.good.hot:before {
  background-image: url("/websiteRedesign/img/com/hot.png");
}